Constructor for genind objects.
The function genind creates a genind object from
a matrix of allelic frequency where genotypes are in rows and alleles
in columns. This table must have correct names for rows and
columns.
The function as.genind is an alias for genind function.
is.genind tests if an object is a valid genind object.
Note: to get the manpage about genind, please type
'class ? genind'.